<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper11 {
    width: 1220px;
    height: 90px;
    cursor: pointer;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,.swiper-button-next{
    width: 25px;
    height: 41px;
    cursor: pointer;
    top: 40%;
    /* background-color:rgb(210, 208, 205); */
    background: url(../img/jtl02.png) no-repeat center;
    display: flex;
    align-items: center;
}
.swiper-button-next{
   
    background: url(../img/jtr02.png) no-repeat center;
}
/* .swiper-button-next:after, .swiper-button-prev:after{
    display: none;
} */


:root {
    --swiper-navigation-size: 24px;
}

:root {
    --swiper-theme-color: #fff !important;

}
.mySwiper .swiper-slide:hover img{
    transform: scale(1.1)
}


.swiper-wrapper{
    justify-content: space-between;
}
.swiper-slide{
    width: 18%;
    padding-right: 2%;
} 














* {
	padding: 0;
	margin: 0;
}

.hxlbt-pc{
	width: 1180px;
}
.Box {
	position: relative;
	width: 100%;
}

.Box .content {
	width: 100%;
	margin: 0 auto;
}
#BoxSwitch{
	display: none;
}

.Box .Box_con {
	position: relative;
}

.Box .Box_con .btnl {
	position: absolute;
}

.Box .Box_con .btn {
	display: block !important;
	width: 25px;
	height: 41px;
	position: absolute;
	top: 25px;
	cursor: pointer;
	z-index: 5;
}

.Box .Box_con .btnl {
	background: url(../img/jtl02.png) no-repeat center;
	left: 0;
}

.Box .Box_con .btnr {
	background: url(../img/jtr02.png) no-repeat center;
	right: 0;
}

.Box .Box_con .btnl:hover {
	background: url(../img/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
	background: url(../img/jtr03.png) no-repeat center;
}

.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
    width: 100%;
}

.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.Box .Box_con .conbox ul li {
	float: left;
	width: 220px;
	height: 90px;;
	margin-left: 20px;
	overflow: hidden;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box .Box_con .conbox ul li img {
	display: block;
	/* width: 220px;
	height: 90px; */
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.Box .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}

.Box .BoxSwitch {
	margin-top: 30px;
	text-align: center;
}

.Box .BoxSwitch span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}

.Box .BoxSwitch span.cur {
	background: red;
}
.cur_img{
	width: 220px;
	height: 90px;
}

@media (max-width: 768px){
	#BoxSwitchPhone{
		display: none;
	}
	.hxlbt-pc{
		display: none;
	}
	.hxlbt-phone{

	}
	.Box .Box_con .conbox ul li {
		width: 180px;
		height: 80px;
		margin-left: 5px;
		
	}
	.Box .Box_con .btn{
		width: 20px;
		height: 35px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px){
	.hxlbt-pc{
		width: 100%;
	}
	
}
</pre></body></html>